Skip to content

Hide TUI sidebar by default#23905

Closed
spencer-hong wants to merge 6 commits intoanomalyco:devfrom
General-Intelligence-Company:codex/hide-sidebar-default
Closed

Hide TUI sidebar by default#23905
spencer-hong wants to merge 6 commits intoanomalyco:devfrom
General-Intelligence-Company:codex/hide-sidebar-default

Conversation

@spencer-hong
Copy link
Copy Markdown

Summary

  • default the TUI session sidebar to hidden on startup
  • switch the persisted KV key so existing saved auto values do not keep reopening the sidebar

Testing

  • bun typecheck

spencer-hong and others added 6 commits April 21, 2026 10:54
Config.global() was renamed to Config.getGlobal() in upstream. The
Yolo.init() call in bootstrap crashed with "Config.global is not a
function" on session creation.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Generated file was carrying over yolo client code from our fork, but
the matching type exports live in types.gen.ts which we took from
upstream. Take upstream's sdk.gen.ts verbatim; the yolo HTTP routes
still exist server-side and SDK bindings can be regenerated.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@/util/log is re-exported as a namespace from @/util; importing Log
directly from @/util/log fails after upstream's util reorg.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. needs:title labels Apr 22, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions
Copy link
Copy Markdown
Contributor

Hey! Your PR title Hide TUI sidebar by default doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@spencer-hong
Copy link
Copy Markdown
Author

sorry, wrong pr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs:compliance This means the issue will auto-close after 2 hours. needs:title

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant